projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a676d5
)
Adwaita: navigation list expander whitespace
author
Jakub Steiner
<jimmac@gmail.com>
Mon, 14 Sep 2020 12:31:23 +0000
(14:31 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Mon, 14 Sep 2020 12:31:23 +0000
(14:31 +0200)
- Address https://gitlab.gnome.org/GNOME/gtk/-/issues/3138#note_910476
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index c0f291478e8f0da5b192b2bd2c70f52954ee4640..0c7b2f8c07bb8a0e53da7d58842a8bcf0303ae22 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3205,6
+3205,7
@@
expander-widget {
}
}
+.navigation-sidebar,
placessidebar,
stackswitcher,
expander-widget {
@@
-3404,6
+3405,12
@@
separator.sidebar {
// will make the animation of the new bookmark row jump
> revealer { padding: 0 14px; }
+ expander {
+ margin: 0 8px 0 0;
+
+ &:dir(rtl) { margin: 0 0 0 8px; }
+ }
+
&:selected {
background-color: desaturate($selected_bg_color,100%);
color: $selected_fg_color;